LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

RegisterFeaturesCommandFactory<T>() Method

Show in webframe






The type of the instance to created. The type must implements the Leadtools.Medical.Workstation.Interfaces.IWorkstationFeaturesCommandFactory interface.
Register a specific type to be created for a FeaturesFactory object with a new WorkstationContainer.
Syntax
public static void RegisterFeaturesCommandFactory<T>()
where T: IWorkstationFeaturesCommandFactory
'Declaration
 
Public Overloads Shared Sub RegisterFeaturesCommandFactory(Of T As IWorkstationFeaturesCommandFactory)() 
'Usage
 
WorkstationContainer.RegisterFeaturesCommandFactory(Of T)()

            

            
public: static void RegisterFeaturesCommandFactory<T>(); 
where T: IWorkstationFeaturesCommandFactory
public:
static void RegisterFeaturesCommandFactorygeneric<typename T>
(); 
where T: IWorkstationFeaturesCommandFactory

Type Parameters

T
The type of the instance to created. The type must implements the Leadtools.Medical.Workstation.Interfaces.IWorkstationFeaturesCommandFactory interface.
Requirements

Target Platforms

See Also

Reference

WorkstationContainer Class
WorkstationContainer Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.